Using Cpp Unit with visual studio 2010 [closed]
        Posted  
        
            by 
                Deepak
            
        on Programmers
        
        See other posts from Programmers
        
            or by Deepak
        
        
        
        Published on 2012-04-05T09:37:54Z
        Indexed on 
            2012/04/05
            11:42 UTC
        
        
        Read the original article
        Hit count: 237
        
c++
I have downloaded "cppunit-cvs-repo-archive.tar.bz2" from http://sourceforge.net/projects/cppunit/
Now after unzipping the above .tar.bz2 what to do next?
On searching on internet, it is mentioned that open the CppUnitLibraries.dsw project under cppunit-cvs-repo-archive\cppunit\src folder but the same file is existing with name "CppUnitLibraries.dsw,v" and on changing its extension to .dsw and on opening again it displays the message invalid project file.
© Programmers or respective owner